home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Monster Media 1996 #15
/
Monster Media Number 15 (Monster Media)(July 1996).ISO
/
prog_d
/
subdatab.zip
/
DEMOPRJ1.DPR
< prev
next >
Wrap
Text File
|
1996-03-18
|
211b
|
14 lines
program Demoprj1;
uses
Forms,
D1unit1 in 'D1UNIT1.PAS' {Form1},
Demostat in 'DEMOSTAT.PAS' {StatusDialog};
{$R *.RES}
begin
Application.CreateForm(TForm1, Form1);
Application.Run;
end.